PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setAlternateName Method
An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface.
In This Topic
    setAlternateName Method
    In This Topic
    Sets the field alternate name.
    Syntax
    public void setAlternateName( 
       java.lang.String value
    )

    Parameters

    value
    An alternate field name that shall be used in place of the actual field name wherever the field shall be identified in the user interface.
    See Also